News

Accordions are bad. Scrolling is ok.

Posted on Categories Tips

“Users don’t scroll long pages.”

“People avoid pages with a lot of content.”

These are two common misconceptions about website content debunked in a recent article by the Nielsen Norman Group. The article focuses on accordion menus, and how studies have shown that the use of accordion menus to show and hide blocks of content, in order to keep the page length short, are often less helpful than simply displaying all of the content, even if it creates a long page. Continue reading “Accordions are bad. Scrolling is ok.”

How to Copy and Paste properly

Whenever you copy and paste content from a website or a document (Word doc, Google Doc, etc,) into a web page in WordPress, you’re also inadvertently copying code that you do not see. WordPress has gotten better over time at filtering out this code, but it doesn’t catch everything. While the page may look fine to you, there could be all sorts of problematic things happening in the code. Here’s an example of what it can look like:

This can have terrible implications for your page. It may cause unwanted yet minor issues, such as changing some colors and fonts on your page, but it can also cause more major damage, such as putting <div> tags on the page that can ultimately wreak havoc with the page layout.

The solution: paste your text in the Text tab (see above) and then format the text as needed in the Visual tab. You can use the Visual tab, but be aware that you may have to go back later and fix problem spots.

Linking to an email address

Linking to an email address is done almost the same way as creating any other text link. So if you don’t know how to create a text link, read my post about how to create a text link.

The Easy Way: Shortcode

If you are editing a page on www.augsburg.ac, you can use this handy shortcode. Just replace the email address with the one you want to use. It will display your email address and properly hyperlink it. Continue reading “Linking to an email address”

Changing your display name

If you have a blog, you may have noticed that when you write a post it displays your name as the author of the post like this:

You can change what is displayed there. It will be your username by default, but that doesn’t look great. What if you want it to say “Kim Stone” instead of “stonek”? Here’s how you change it.

Continue reading “Changing your display name”

Getting around in the new theme

If you have been using the website for a while, you should have no trouble managing your website in the new template. Most things are the same, but a couple of things are different. Here’s a video to help you navigate it. I will write out full instructions later and link to those.